Run travis against stable/beta/nightly
authorAlex Crichton <alex@alexcrichton.com>
Fri, 17 Jul 2015 19:56:00 +0000 (12:56 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 17 Jul 2015 20:09:54 +0000 (13:09 -0700)
.travis.yml

index 2dd3a38e77274e5353685adc06efda0a12196dc0..491f011411dc58f6efc37f98aae65523b57a4e93 100644 (file)
@@ -1,9 +1,11 @@
 language: rust
+rust:
+  - stable
+  - beta
+  - nightly
 sudo: false
-install:
-  - python src/etc/install-deps.py
 script:
-  - ./configure --local-rust-root=`pwd`/rustc --prefix=$HOME/cargo-install
+  - ./configure --prefix=$HOME/cargo-install --disable-cross-tests
   - make
   - make test
   - make distcheck